github.com/jackc/pgx/v5.Conn.notifications (field)

11 uses

	github.com/jackc/pgx/v5 (current package)
		conn.go#L80: 	notifications []*pgconn.Notification
		conn.go#L410: 	c.notifications = append(c.notifications, n)
		conn.go#L419: 	if len(c.notifications) > 0 {
		conn.go#L420: 		n = c.notifications[0]
		conn.go#L421: 		c.notifications = c.notifications[1:]
		conn.go#L426: 	if len(c.notifications) > 0 {
		conn.go#L427: 		n = c.notifications[0]
		conn.go#L428: 		c.notifications = c.notifications[1:]